projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b33469
)
(reftex-toc-do-promote): Use mapc rather than mapcar.
author
Glenn Morris
<rgm@gnu.org>
Fri, 12 Oct 2007 06:34:33 +0000
(06:34 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 12 Oct 2007 06:34:33 +0000
(06:34 +0000)
lisp/textmodes/reftex-toc.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-toc.el
b/lisp/textmodes/reftex-toc.el
index 4de409de70ce5b8c8f45652b6df4b005c14eae9a..ae147cc6b97057d0d3ab51e2c452548455e25e6d 100644
(file)
--- a/
lisp/textmodes/reftex-toc.el
+++ b/
lisp/textmodes/reftex-toc.el
@@
-618,7
+618,7
@@
point."
nil ; we have permission, do nothing
(error "Abort")) ; abort, we don't have permission
;; Do the changes
- (mapc
ar
'reftex-toc-promote-action entries)
+ (mapc 'reftex-toc-promote-action entries)
;; Rescan the document and rebuilt the toc buffer
(save-window-excursion
(reftex-toc-Rescan))